home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol263 / proprint.par < prev    next >
Encoding:
Text File  |  1986-12-15  |  1.1 KB  |  69 lines

  1. {PROPRINT.PAR}
  2. {File for IBM Proprinter}
  3. {emphasized on:}
  4. %A=27,'E'
  5. {emphasized off:}
  6. %B=27,'F'
  7. {double-strike on:}
  8. %C=27,'G'
  9. {double-strike off:}
  10. %D=27,'H'
  11. {italics on:}
  12. %E=27,'4'
  13. {italics off:}
  14. %F=27,'5'
  15. {double wide on:}
  16. %G=14
  17. {double wide off:}
  18. %H=20
  19. {underline on:}
  20. %I=27,'-',255
  21. {underline off:}
  22. %J=27,'-',0
  23. {superscript on:}
  24. %K=27,'S',0
  25. {subscript on:}
  26. %L=27,'S',255
  27. {superscript/subscript off:}
  28. %M=27,'T'
  29. {hi-res graphics prefix:}
  30. %N=27,'L'
  31. {set line feed:}
  32. %O=27,'3'
  33. {unidirection:}
  34. %P=27,'U',1
  35. {restore:}
  36. %Q=27,'U',0,27,'A',12,27,'2'
  37. {start each line with:}
  38.  
  39. {ignore:}
  40. &A=27,'3',255
  41. {<Esc> '3' N sets line space to N/216}
  42. {255 matches any value but 0 or 48}
  43. &B=27,'A',255
  44. &C=27,'C',0,255
  45. &D=27,'C',255
  46. &E=27,'N',255
  47. &F=27,'O'
  48. &G=27,'Q',255
  49. &H=27,'W'
  50. &I=27,'0'
  51. &J=27,'1'
  52. &K=27,'2'
  53. &L=27,'<'
  54.   
  55. {true/false:}
  56. $A=FALSE 
  57. {pin 128 on top}
  58. $B=FALSE
  59. {numbers in binary, not ASCII}
  60. $C=TRUE
  61. {min linefeed=1/216}
  62.  
  63. {numbers:}
  64. #A=2
  65. {2 bytes allocated for number of graphics bytes}
  66. #B=1
  67. {1 byte for length of linefeed length}
  68.  
  69.